home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 3 / Light ROM 3 - Disc 2.iso / programs / pc / l_parser / lparser3.exe / TREE08.LS < prev    next >
Text File  |  1993-11-22  |  395b  |  23 lines

  1. # --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
  2. 12
  3. 5
  4. 30
  5. #
  6. FFS                        # the actual tree
  7. #
  8. S=FFR>(60)R>(60)R>(60)R>(60)R>(60)R>(30)S    # six branches per segment
  9. R=[Ba]                        # a single branch
  10. #
  11. a=$tF[Cx]Fb                    # see bop08.ls
  12. b=$tF[Dy]Fa
  13. #
  14. B=&B                        # angle increments
  15. C=+C
  16. D=-D
  17. #
  18. x=a                        # apical elay
  19. y=b
  20. #
  21. F='(1.25)F'(.8)                    # elongation rate
  22. @
  23.